type crypto/elliptic.nistCurve (struct)

Method Implmentations (4 other methods implement nothing)

Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) *nistCurve.M : Curve.Add
Double(x1, y1 *big.Int) (*big.Int, *big.Int) *nistCurve.M : Curve.Double
IsOnCurve(x, y *big.Int) bool *nistCurve.M : Curve.IsOnCurve
Params() *CurveParams *nistCurve.M : Curve.Params
ScalarBaseMult(scalar []byte) (*big.Int, *big.Int) *nistCurve.M : Curve.ScalarBaseMult
ScalarMult(Bx, By *big.Int, scalar []byte) (*big.Int, *big.Int) *nistCurve.M : Curve.ScalarMult
Unmarshal(data []byte) (x, y *big.Int) *nistCurve.M : unmarshaler.Unmarshal